GroupId | GroupIdorg.starchartlabs.alloy |
---|---|
ArtifactId | ArtifactIdalloy-core |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
alloy-core-0.2.0.pom | |
alloy-core-0.2.0.jar | 25 KB |
alloy-core-0.2.0-sources.jar | 19 KB |
alloy-core-0.2.0-javadoc.jar | 46 KB |
Browse |
<!-- 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"]