Categories |
CategoriesJava Languages React User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.github.blakepettersson |
ArtifactId | ArtifactIdreactmann-java-archetype |
Version | Version0.1.1-preview |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.blakepettersson/reactmann-java-archetype/ -->
<dependency>
<groupId>com.github.blakepettersson</groupId>
<artifactId>reactmann-java-archetype</artifactId>
<version>0.1.1-preview</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.blakepettersson/reactmann-java-archetype/
implementation 'com.github.blakepettersson:reactmann-java-archetype:0.1.1-preview'
// https://jarcasting.com/artifacts/com.github.blakepettersson/reactmann-java-archetype/
implementation ("com.github.blakepettersson:reactmann-java-archetype:0.1.1-preview")
'com.github.blakepettersson:reactmann-java-archetype:jar:0.1.1-preview'
<dependency org="com.github.blakepettersson" name="reactmann-java-archetype" rev="0.1.1-preview">
<artifact name="reactmann-java-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.blakepettersson', module='reactmann-java-archetype', version='0.1.1-preview')
)
libraryDependencies += "com.github.blakepettersson" % "reactmann-java-archetype" % "0.1.1-preview"
[com.github.blakepettersson/reactmann-java-archetype "0.1.1-preview"]