GroupId | GroupIdorg.kevoree.kcl |
---|---|
ArtifactId | ArtifactIdorg.kevoree.kcl.microkernel |
Version | Version14 |
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>14</version>
</dependency>
// https://jarcasting.com/artifacts/org.kevoree.kcl/org.kevoree.kcl.microkernel/
implementation 'org.kevoree.kcl:org.kevoree.kcl.microkernel:14'
// https://jarcasting.com/artifacts/org.kevoree.kcl/org.kevoree.kcl.microkernel/
implementation ("org.kevoree.kcl:org.kevoree.kcl.microkernel:14")
'org.kevoree.kcl:org.kevoree.kcl.microkernel:jar:14'
<dependency org="org.kevoree.kcl" name="org.kevoree.kcl.microkernel" rev="14">
<artifact name="org.kevoree.kcl.microkernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kevoree.kcl', module='org.kevoree.kcl.microkernel', version='14')
)
libraryDependencies += "org.kevoree.kcl" % "org.kevoree.kcl.microkernel" % "14"
[org.kevoree.kcl/org.kevoree.kcl.microkernel "14"]