| GroupId | GroupIdcom.theartos |
|---|---|
| ArtifactId | ArtifactIdartos |
| Version | Version0.0.5-beta-1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| artos-0.0.5-beta-1.pom | |
| artos-0.0.5-beta-1.jar | 16 MB |
| artos-0.0.5-beta-1-sources.jar | 153 KB |
| artos-0.0.5-beta-1-javadoc.jar | 458 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.theartos/artos/ -->
<dependency>
<groupId>com.theartos</groupId>
<artifactId>artos</artifactId>
<version>0.0.5-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.theartos/artos/
implementation 'com.theartos:artos:0.0.5-beta-1'
// https://jarcasting.com/artifacts/com.theartos/artos/
implementation ("com.theartos:artos:0.0.5-beta-1")
'com.theartos:artos:jar:0.0.5-beta-1'
<dependency org="com.theartos" name="artos" rev="0.0.5-beta-1">
<artifact name="artos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theartos', module='artos', version='0.0.5-beta-1')
)
libraryDependencies += "com.theartos" % "artos" % "0.0.5-beta-1"
[com.theartos/artos "0.0.5-beta-1"]