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