GroupId | GroupIdorg.starchartlabs.alloy |
---|---|
ArtifactId | ArtifactIdalloy-core |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
alloy-core-0.3.0.pom | |
alloy-core-0.3.0.jar | 28 KB |
alloy-core-0.3.0-sources.jar | 22 KB |
alloy-core-0.3.0-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/ -->
<dependency>
<groupId>org.starchartlabs.alloy</groupId>
<artifactId>alloy-core</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/
implementation 'org.starchartlabs.alloy:alloy-core:0.3.0'
// https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/
implementation ("org.starchartlabs.alloy:alloy-core:0.3.0")
'org.starchartlabs.alloy:alloy-core:jar:0.3.0'
<dependency org="org.starchartlabs.alloy" name="alloy-core" rev="0.3.0">
<artifact name="alloy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.starchartlabs.alloy', module='alloy-core', version='0.3.0')
)
libraryDependencies += "org.starchartlabs.alloy" % "alloy-core" % "0.3.0"
[org.starchartlabs.alloy/alloy-core "0.3.0"]