is not current version
Last Version 1.0.2

org.starchartlabs.alloy:alloy-core 0.2.0

Basic utilities to streamline common Java operations

GroupId

GroupId

org.starchartlabs.alloy
ArtifactId

ArtifactId

alloy-core
Version

Version

0.2.0
Type

Type

jar

Download alloy-core 0.2.0


<!-- https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/ -->
<dependency>
    <groupId>org.starchartlabs.alloy</groupId>
    <artifactId>alloy-core</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/
implementation 'org.starchartlabs.alloy:alloy-core:0.2.0'
// https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/
implementation ("org.starchartlabs.alloy:alloy-core:0.2.0")
'org.starchartlabs.alloy:alloy-core:jar:0.2.0'
<dependency org="org.starchartlabs.alloy" name="alloy-core" rev="0.2.0">
  <artifact name="alloy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.starchartlabs.alloy', module='alloy-core', version='0.2.0')
)
libraryDependencies += "org.starchartlabs.alloy" % "alloy-core" % "0.2.0"
[org.starchartlabs.alloy/alloy-core "0.2.0"]