GroupId | GroupIdcom.dyuproject.protostuff.archetype |
---|---|
ArtifactId | ArtifactIdsimple-webapp |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
simple-webapp-1.0.5.pom | |
simple-webapp-1.0.5.jar | 44 KB |
simple-webapp-1.0.5-sources.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dyuproject.protostuff.archetype/simple-webapp/ -->
<dependency>
<groupId>com.dyuproject.protostuff.archetype</groupId>
<artifactId>simple-webapp</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.dyuproject.protostuff.archetype/simple-webapp/
implementation 'com.dyuproject.protostuff.archetype:simple-webapp:1.0.5'
// https://jarcasting.com/artifacts/com.dyuproject.protostuff.archetype/simple-webapp/
implementation ("com.dyuproject.protostuff.archetype:simple-webapp:1.0.5")
'com.dyuproject.protostuff.archetype:simple-webapp:jar:1.0.5'
<dependency org="com.dyuproject.protostuff.archetype" name="simple-webapp" rev="1.0.5">
<artifact name="simple-webapp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dyuproject.protostuff.archetype', module='simple-webapp', version='1.0.5')
)
libraryDependencies += "com.dyuproject.protostuff.archetype" % "simple-webapp" % "1.0.5"
[com.dyuproject.protostuff.archetype/simple-webapp "1.0.5"]