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