Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.apidesign.html |
ArtifactId | ArtifactIdcrud4j-archetype |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
crud4j-archetype-1.0.pom | |
crud4j-archetype-1.0.jar | 67 KB |
crud4j-archetype-1.0-sources.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apidesign.html/crud4j-archetype/ -->
<dependency>
<groupId>org.apidesign.html</groupId>
<artifactId>crud4j-archetype</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apidesign.html/crud4j-archetype/
implementation 'org.apidesign.html:crud4j-archetype:1.0'
// https://jarcasting.com/artifacts/org.apidesign.html/crud4j-archetype/
implementation ("org.apidesign.html:crud4j-archetype:1.0")
'org.apidesign.html:crud4j-archetype:jar:1.0'
<dependency org="org.apidesign.html" name="crud4j-archetype" rev="1.0">
<artifact name="crud4j-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apidesign.html', module='crud4j-archetype', version='1.0')
)
libraryDependencies += "org.apidesign.html" % "crud4j-archetype" % "1.0"
[org.apidesign.html/crud4j-archetype "1.0"]