GroupId | GroupIdcom.astamuse |
---|---|
ArtifactId | ArtifactIdasta4d-core |
Version | Version1.0-b1 |
Type | Typejar |
Filename | Size |
---|---|
asta4d-core-1.0-b1.pom | |
asta4d-core-1.0-b1.jar | 267 KB |
asta4d-core-1.0-b1-tests.jar | 153 KB |
asta4d-core-1.0-b1-sources.jar | 146 KB |
asta4d-core-1.0-b1-javadoc.jar | 738 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.astamuse/asta4d-core/ -->
<dependency>
<groupId>com.astamuse</groupId>
<artifactId>asta4d-core</artifactId>
<version>1.0-b1</version>
</dependency>
// https://jarcasting.com/artifacts/com.astamuse/asta4d-core/
implementation 'com.astamuse:asta4d-core:1.0-b1'
// https://jarcasting.com/artifacts/com.astamuse/asta4d-core/
implementation ("com.astamuse:asta4d-core:1.0-b1")
'com.astamuse:asta4d-core:jar:1.0-b1'
<dependency org="com.astamuse" name="asta4d-core" rev="1.0-b1">
<artifact name="asta4d-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.astamuse', module='asta4d-core', version='1.0-b1')
)
libraryDependencies += "com.astamuse" % "asta4d-core" % "1.0-b1"
[com.astamuse/asta4d-core "1.0-b1"]