License |
License |
---|---|
GroupId | GroupIdorg.starchartlabs.alloy |
ArtifactId | ArtifactIdalloy-core |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionalloy-core
Basic utilities to streamline common Java operations
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
alloy-core-1.0.0.pom | |
alloy-core-1.0.0.jar | 34 KB |
alloy-core-1.0.0-sources.jar | 21 KB |
alloy-core-1.0.0-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/ -->
<dependency>
<groupId>org.starchartlabs.alloy</groupId>
<artifactId>alloy-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/
implementation 'org.starchartlabs.alloy:alloy-core:1.0.0'
// https://jarcasting.com/artifacts/org.starchartlabs.alloy/alloy-core/
implementation ("org.starchartlabs.alloy:alloy-core:1.0.0")
'org.starchartlabs.alloy:alloy-core:jar:1.0.0'
<dependency org="org.starchartlabs.alloy" name="alloy-core" rev="1.0.0">
<artifact name="alloy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.starchartlabs.alloy', module='alloy-core', version='1.0.0')
)
libraryDependencies += "org.starchartlabs.alloy" % "alloy-core" % "1.0.0"
[org.starchartlabs.alloy/alloy-core "1.0.0"]