| GroupId | GroupIdcom.vaushell |
|---|---|
| ArtifactId | ArtifactIdarchetype-library |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| archetype-library-1.0.1.pom | |
| archetype-library-1.0.1.jar | 9 KB |
| archetype-library-1.0.1-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vaushell/archetype-library/ -->
<dependency>
<groupId>com.vaushell</groupId>
<artifactId>archetype-library</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaushell/archetype-library/
implementation 'com.vaushell:archetype-library:1.0.1'
// https://jarcasting.com/artifacts/com.vaushell/archetype-library/
implementation ("com.vaushell:archetype-library:1.0.1")
'com.vaushell:archetype-library:jar:1.0.1'
<dependency org="com.vaushell" name="archetype-library" rev="1.0.1">
<artifact name="archetype-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaushell', module='archetype-library', version='1.0.1')
)
libraryDependencies += "com.vaushell" % "archetype-library" % "1.0.1"
[com.vaushell/archetype-library "1.0.1"]