is not current version
Last Version 1.2

com.github.thuf:application 1.1

A demo for deployment to the Central Repository via OSSRH

GroupId

GroupId

com.github.thuf
ArtifactId

ArtifactId

application
Version

Version

1.1
Type

Type

jar

Download application 1.1


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