Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdarchetypes |
Version | Version3.0.0-rc |
Type | Typepom |
Filename | Size |
---|---|
archetypes-3.0.0-rc.pom | 727 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.datakernel/archetypes/ -->
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>archetypes</artifactId>
<version>3.0.0-rc</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.datakernel/archetypes/
implementation 'io.datakernel:archetypes:3.0.0-rc'
// https://jarcasting.com/artifacts/io.datakernel/archetypes/
implementation ("io.datakernel:archetypes:3.0.0-rc")
'io.datakernel:archetypes:pom:3.0.0-rc'
<dependency org="io.datakernel" name="archetypes" rev="3.0.0-rc">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.datakernel', module='archetypes', version='3.0.0-rc')
)
libraryDependencies += "io.datakernel" % "archetypes" % "3.0.0-rc"
[io.datakernel/archetypes "3.0.0-rc"]