All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gabrielfeo.develocity.api.internal.jupyter.DevelocityApiJupyterIntegration.kt Maven / Gradle / Ivy

The newest version!
package com.gabrielfeo.develocity.api.internal.jupyter

import org.jetbrains.kotlinx.jupyter.api.libraries.JupyterIntegration

@Suppress("unused")
class DevelocityApiJupyterIntegration : JupyterIntegration() {

    override fun Builder.onLoaded() {
        import("com.gabrielfeo.develocity.api.*")
        import("com.gabrielfeo.develocity.api.model.*")
        import("com.gabrielfeo.develocity.api.extension.*")
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy