GroupId | GroupIdcom.cedarsoft.commons |
---|---|
ArtifactId | ArtifactIdstruct |
Version | Version8.0.0 |
Type | Typejar |
Filename | Size |
---|---|
struct-8.0.0.pom | |
struct-8.0.0.jar | 31 KB |
struct-8.0.0-tests.jar | 39 KB |
struct-8.0.0-sources.jar | 35 KB |
struct-8.0.0-javadoc.jar | 164 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons/struct/ -->
<dependency>
<groupId>com.cedarsoft.commons</groupId>
<artifactId>struct</artifactId>
<version>8.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons/struct/
implementation 'com.cedarsoft.commons:struct:8.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.commons/struct/
implementation ("com.cedarsoft.commons:struct:8.0.0")
'com.cedarsoft.commons:struct:jar:8.0.0'
<dependency org="com.cedarsoft.commons" name="struct" rev="8.0.0">
<artifact name="struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons', module='struct', version='8.0.0')
)
libraryDependencies += "com.cedarsoft.commons" % "struct" % "8.0.0"
[com.cedarsoft.commons/struct "8.0.0"]