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