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