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