GroupId | GroupIdcom.whiletrue |
---|---|
ArtifactId | ArtifactIdct4j |
Version | Version0.9.0 |
Type | Typejar |
Filename | Size |
---|---|
ct4j-0.9.0.pom | |
ct4j-0.9.0.jar | 64 KB |
ct4j-0.9.0-sources.jar | 34 KB |
ct4j-0.9.0-javadoc.jar | 565 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.whiletrue/ct4j/ -->
<dependency>
<groupId>com.whiletrue</groupId>
<artifactId>ct4j</artifactId>
<version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.whiletrue/ct4j/
implementation 'com.whiletrue:ct4j:0.9.0'
// https://jarcasting.com/artifacts/com.whiletrue/ct4j/
implementation ("com.whiletrue:ct4j:0.9.0")
'com.whiletrue:ct4j:jar:0.9.0'
<dependency org="com.whiletrue" name="ct4j" rev="0.9.0">
<artifact name="ct4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.whiletrue', module='ct4j', version='0.9.0')
)
libraryDependencies += "com.whiletrue" % "ct4j" % "0.9.0"
[com.whiletrue/ct4j "0.9.0"]