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