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