is not current version
Last Version 5.3

io.activej:archetypes 5.0-rc1


Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

archetypes
Version

Version

5.0-rc1
Type

Type

pom

Download archetypes 5.0-rc1

Filename Size
archetypes-5.0-rc1.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/io.activej/archetypes/ -->
<dependency>
    <groupId>io.activej</groupId>
    <artifactId>archetypes</artifactId>
    <version>5.0-rc1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.activej/archetypes/
implementation 'io.activej:archetypes:5.0-rc1'
// https://jarcasting.com/artifacts/io.activej/archetypes/
implementation ("io.activej:archetypes:5.0-rc1")
'io.activej:archetypes:pom:5.0-rc1'
<dependency org="io.activej" name="archetypes" rev="5.0-rc1">
  <artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='archetypes', version='5.0-rc1')
)
libraryDependencies += "io.activej" % "archetypes" % "5.0-rc1"
[io.activej/archetypes "5.0-rc1"]