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