GroupId | GroupIdorg.appfuse |
---|---|
ArtifactId | ArtifactIdappfuse-light |
Version | Version2.2.1 |
Type | Typepom |
Filename | Size |
---|---|
appfuse-light-2.2.1.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-light/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-light</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light/
implementation 'org.appfuse:appfuse-light:2.2.1'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-light/
implementation ("org.appfuse:appfuse-light:2.2.1")
'org.appfuse:appfuse-light:pom:2.2.1'
<dependency org="org.appfuse" name="appfuse-light" rev="2.2.1">
<artifact name="appfuse-light" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-light', version='2.2.1')
)
libraryDependencies += "org.appfuse" % "appfuse-light" % "2.2.1"
[org.appfuse/appfuse-light "2.2.1"]