GroupId | GroupIdcom.untzuntz.ustack |
---|---|
ArtifactId | ArtifactIdustack-core |
Version | Version1.0.24 |
Type | Typejar |
Filename | Size |
---|---|
ustack-core-1.0.24.pom | |
ustack-core-1.0.24.jar | 224 KB |
ustack-core-1.0.24-sources.jar | 132 KB |
ustack-core-1.0.24-javadoc.jar | 632 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.untzuntz.ustack/ustack-core/ -->
<dependency>
<groupId>com.untzuntz.ustack</groupId>
<artifactId>ustack-core</artifactId>
<version>1.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.untzuntz.ustack/ustack-core/
implementation 'com.untzuntz.ustack:ustack-core:1.0.24'
// https://jarcasting.com/artifacts/com.untzuntz.ustack/ustack-core/
implementation ("com.untzuntz.ustack:ustack-core:1.0.24")
'com.untzuntz.ustack:ustack-core:jar:1.0.24'
<dependency org="com.untzuntz.ustack" name="ustack-core" rev="1.0.24">
<artifact name="ustack-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.untzuntz.ustack', module='ustack-core', version='1.0.24')
)
libraryDependencies += "com.untzuntz.ustack" % "ustack-core" % "1.0.24"
[com.untzuntz.ustack/ustack-core "1.0.24"]