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