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