GroupId | GroupIdorg.appfuse |
---|---|
ArtifactId | ArtifactIdappfuse-web-common |
Version | Version2.2 |
Type | Typejar |
Filename | Size |
---|---|
appfuse-web-common-2.2.pom | |
appfuse-web-common-2.2.jar | 78 KB |
appfuse-web-common-2.2-sources.jar | 73 KB |
appfuse-web-common-2.2-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/ -->
<dependency>
<groupId>org.appfuse</groupId>
<artifactId>appfuse-web-common</artifactId>
<version>2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/
implementation 'org.appfuse:appfuse-web-common:2.2'
// https://jarcasting.com/artifacts/org.appfuse/appfuse-web-common/
implementation ("org.appfuse:appfuse-web-common:2.2")
'org.appfuse:appfuse-web-common:jar:2.2'
<dependency org="org.appfuse" name="appfuse-web-common" rev="2.2">
<artifact name="appfuse-web-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.appfuse', module='appfuse-web-common', version='2.2')
)
libraryDependencies += "org.appfuse" % "appfuse-web-common" % "2.2"
[org.appfuse/appfuse-web-common "2.2"]