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