is not current version
Last Version 1.1.1

com.jvmbytes.commons:structure 1.1.0

jvmbytes common class structure

GroupId

GroupId

com.jvmbytes.commons
ArtifactId

ArtifactId

structure
Version

Version

1.1.0
Type

Type

jar

Download structure 1.1.0


<!-- 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"]