is not current version
Last Version 0.0.3

com.github.MissThee:demotest 0.0.1

A application used as an example on how to set up pushing its components to the Central Repository.

GroupId

GroupId

com.github.MissThee
ArtifactId

ArtifactId

demotest
Version

Version

0.0.1
Type

Type

jar

Download demotest 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.MissThee/demotest/ -->
<dependency>
    <groupId>com.github.MissThee</groupId>
    <artifactId>demotest</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.MissThee/demotest/
implementation 'com.github.MissThee:demotest:0.0.1'
// https://jarcasting.com/artifacts/com.github.MissThee/demotest/
implementation ("com.github.MissThee:demotest:0.0.1")
'com.github.MissThee:demotest:jar:0.0.1'
<dependency org="com.github.MissThee" name="demotest" rev="0.0.1">
  <artifact name="demotest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.MissThee', module='demotest', version='0.0.1')
)
libraryDependencies += "com.github.MissThee" % "demotest" % "0.0.1"
[com.github.MissThee/demotest "0.0.1"]