GroupId | GroupIdorg.xeustechnologies |
---|---|
ArtifactId | ArtifactIdjcl |
Version | Version2.5 |
Type | Typepom |
Filename | Size |
---|---|
jcl-2.5.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xeustechnologies/jcl/ -->
<dependency>
<groupId>org.xeustechnologies</groupId>
<artifactId>jcl</artifactId>
<version>2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.xeustechnologies/jcl/
implementation 'org.xeustechnologies:jcl:2.5'
// https://jarcasting.com/artifacts/org.xeustechnologies/jcl/
implementation ("org.xeustechnologies:jcl:2.5")
'org.xeustechnologies:jcl:pom:2.5'
<dependency org="org.xeustechnologies" name="jcl" rev="2.5">
<artifact name="jcl" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.xeustechnologies', module='jcl', version='2.5')
)
libraryDependencies += "org.xeustechnologies" % "jcl" % "2.5"
[org.xeustechnologies/jcl "2.5"]