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