GroupId | GroupIdcom.github.dronox |
---|---|
ArtifactId | ArtifactIdjtcl |
Version | Version2.9.1 |
Type | Typejar |
Filename | Size |
---|---|
jtcl-2.9.1.pom | |
jtcl-2.9.1.jar | 2 MB |
jtcl-2.9.1-sources.jar | 2 MB |
jtcl-2.9.1-javadoc.jar | 189 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dronox/jtcl/ -->
<dependency>
<groupId>com.github.dronox</groupId>
<artifactId>jtcl</artifactId>
<version>2.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dronox/jtcl/
implementation 'com.github.dronox:jtcl:2.9.1'
// https://jarcasting.com/artifacts/com.github.dronox/jtcl/
implementation ("com.github.dronox:jtcl:2.9.1")
'com.github.dronox:jtcl:jar:2.9.1'
<dependency org="com.github.dronox" name="jtcl" rev="2.9.1">
<artifact name="jtcl" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dronox', module='jtcl', version='2.9.1')
)
libraryDependencies += "com.github.dronox" % "jtcl" % "2.9.1"
[com.github.dronox/jtcl "2.9.1"]