GroupId | GroupIdorg.kevoree.kcl |
---|---|
ArtifactId | ArtifactIdorg.kevoree.kcl.microkernel |
Version | Version18 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kevoree.kcl/org.kevoree.kcl.microkernel/ -->
<dependency>
<groupId>org.kevoree.kcl</groupId>
<artifactId>org.kevoree.kcl.microkernel</artifactId>
<version>18</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.kcl/org.kevoree.kcl.microkernel/
implementation 'org.kevoree.kcl:org.kevoree.kcl.microkernel:18'
// https://jarcasting.com/artifacts/org.kevoree.kcl/org.kevoree.kcl.microkernel/
implementation ("org.kevoree.kcl:org.kevoree.kcl.microkernel:18")
'org.kevoree.kcl:org.kevoree.kcl.microkernel:jar:18'
<dependency org="org.kevoree.kcl" name="org.kevoree.kcl.microkernel" rev="18">
<artifact name="org.kevoree.kcl.microkernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.kcl', module='org.kevoree.kcl.microkernel', version='18')
)
libraryDependencies += "org.kevoree.kcl" % "org.kevoree.kcl.microkernel" % "18"
[org.kevoree.kcl/org.kevoree.kcl.microkernel "18"]