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