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