GroupId | GroupIdcom.jvmbytes.commons |
---|---|
ArtifactId | ArtifactIdstructure |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
structure-1.1.0.pom | |
structure-1.1.0.jar | 36 KB |
structure-1.1.0-sources.jar | 12 KB |
structure-1.1.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jvmbytes.commons/structure/ -->
<dependency>
<groupId>com.jvmbytes.commons</groupId>
<artifactId>structure</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jvmbytes.commons/structure/
implementation 'com.jvmbytes.commons:structure:1.1.0'
// https://jarcasting.com/artifacts/com.jvmbytes.commons/structure/
implementation ("com.jvmbytes.commons:structure:1.1.0")
'com.jvmbytes.commons:structure:jar:1.1.0'
<dependency org="com.jvmbytes.commons" name="structure" rev="1.1.0">
<artifact name="structure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jvmbytes.commons', module='structure', version='1.1.0')
)
libraryDependencies += "com.jvmbytes.commons" % "structure" % "1.1.0"
[com.jvmbytes.commons/structure "1.1.0"]