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