| License |
License |
|---|---|
| GroupId | GroupIdcom.github.thuf.application |
| ArtifactId | ArtifactIdmain |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionapplication
A demo for deployment to the Central Repository via OSSRH
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| main-1.0.pom | |
| main-1.0.jar | 3 KB |
| main-1.0-sources.jar | 1 KB |
| main-1.0-javadoc.jar | 390 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.thuf.application/main/ -->
<dependency>
<groupId>com.github.thuf.application</groupId>
<artifactId>main</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thuf.application/main/
implementation 'com.github.thuf.application:main:1.0'
// https://jarcasting.com/artifacts/com.github.thuf.application/main/
implementation ("com.github.thuf.application:main:1.0")
'com.github.thuf.application:main:jar:1.0'
<dependency org="com.github.thuf.application" name="main" rev="1.0">
<artifact name="main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thuf.application', module='main', version='1.0')
)
libraryDependencies += "com.github.thuf.application" % "main" % "1.0"
[com.github.thuf.application/main "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |