License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.donhac |
ArtifactId | ArtifactIdoptimus-archetype-java |
Version | Version1.1.0 |
Type | Typejar |
Description |
Descriptionoptimus-archetype-java
a maven archetype for the microService of java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
optimus-archetype-java-1.1.0.pom | |
optimus-archetype-java-1.1.0.jar | 43 KB |
optimus-archetype-java-1.1.0-sources.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.donhac/optimus-archetype-java/ -->
<dependency>
<groupId>com.github.donhac</groupId>
<artifactId>optimus-archetype-java</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.donhac/optimus-archetype-java/
implementation 'com.github.donhac:optimus-archetype-java:1.1.0'
// https://jarcasting.com/artifacts/com.github.donhac/optimus-archetype-java/
implementation ("com.github.donhac:optimus-archetype-java:1.1.0")
'com.github.donhac:optimus-archetype-java:jar:1.1.0'
<dependency org="com.github.donhac" name="optimus-archetype-java" rev="1.1.0">
<artifact name="optimus-archetype-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.donhac', module='optimus-archetype-java', version='1.1.0')
)
libraryDependencies += "com.github.donhac" % "optimus-archetype-java" % "1.1.0"
[com.github.donhac/optimus-archetype-java "1.1.0"]