| License |
License |
|---|---|
| GroupId | GroupIdcom.github.ddth |
| ArtifactId | ArtifactIdddth-demo-module1 |
| Last Version | Last Version0.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionddth-demo-module1
DDTH's Maven Demo: Module 1
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| ddth-demo-module1-0.1.0.pom | |
| ddth-demo-module1-0.1.0.jar | 2 KB |
| ddth-demo-module1-0.1.0-sources.jar | 1 KB |
| ddth-demo-module1-0.1.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-demo-module1/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-demo-module1</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-demo-module1/
implementation 'com.github.ddth:ddth-demo-module1:0.1.0'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-demo-module1/
implementation ("com.github.ddth:ddth-demo-module1:0.1.0")
'com.github.ddth:ddth-demo-module1:jar:0.1.0'
<dependency org="com.github.ddth" name="ddth-demo-module1" rev="0.1.0">
<artifact name="ddth-demo-module1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-demo-module1', version='0.1.0')
)
libraryDependencies += "com.github.ddth" % "ddth-demo-module1" % "0.1.0"
[com.github.ddth/ddth-demo-module1 "0.1.0"]