GroupId | GroupIdcom.jukta |
---|---|
ArtifactId | ArtifactIdj-tahoe-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
j-tahoe-core-1.0.0.pom | |
j-tahoe-core-1.0.0.jar | 22 KB |
j-tahoe-core-1.0.0-sources.jar | 11 KB |
j-tahoe-core-1.0.0-javadoc.jar | 135 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jukta/j-tahoe-core/ -->
<dependency>
<groupId>com.jukta</groupId>
<artifactId>j-tahoe-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jukta/j-tahoe-core/
implementation 'com.jukta:j-tahoe-core:1.0.0'
// https://jarcasting.com/artifacts/com.jukta/j-tahoe-core/
implementation ("com.jukta:j-tahoe-core:1.0.0")
'com.jukta:j-tahoe-core:jar:1.0.0'
<dependency org="com.jukta" name="j-tahoe-core" rev="1.0.0">
<artifact name="j-tahoe-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jukta', module='j-tahoe-core', version='1.0.0')
)
libraryDependencies += "com.jukta" % "j-tahoe-core" % "1.0.0"
[com.jukta/j-tahoe-core "1.0.0"]