GroupId | GroupIdorg.bardframework.commons |
---|---|
ArtifactId | ArtifactIdcommon-waf |
Version | Version1.3.16 |
Type | Typejar |
Filename | Size |
---|---|
common-waf-1.3.16.pom | |
common-waf-1.3.16.jar | 11 KB |
common-waf-1.3.16-tests.jar | 3 KB |
common-waf-1.3.16-sources.jar | 7 KB |
common-waf-1.3.16-javadoc.jar | 450 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.commons/common-waf/ -->
<dependency>
<groupId>org.bardframework.commons</groupId>
<artifactId>common-waf</artifactId>
<version>1.3.16</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.commons/common-waf/
implementation 'org.bardframework.commons:common-waf:1.3.16'
// https://jarcasting.com/artifacts/org.bardframework.commons/common-waf/
implementation ("org.bardframework.commons:common-waf:1.3.16")
'org.bardframework.commons:common-waf:jar:1.3.16'
<dependency org="org.bardframework.commons" name="common-waf" rev="1.3.16">
<artifact name="common-waf" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.commons', module='common-waf', version='1.3.16')
)
libraryDependencies += "org.bardframework.commons" % "common-waf" % "1.3.16"
[org.bardframework.commons/common-waf "1.3.16"]