is not current version
Last Version 1.3.4

org.appsweaver.starter:apps 1.2.1

apps

GroupId

GroupId

org.appsweaver.starter
ArtifactId

ArtifactId

apps
Version

Version

1.2.1
Type

Type

pom

Download apps 1.2.1

Filename Size
apps-1.2.1.pom 692 bytes
Browse

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