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