GroupId | GroupIdorg.openwfe |
---|---|
ArtifactId | ArtifactIdopenwfe |
Version | Versionapre-1.7.2 |
Type | Typejar |
Filename | Size |
---|---|
openwfe-apre-1.7.2.pom | |
openwfe-apre-1.7.2.jar | 21 KB |
openwfe-apre-1.7.2-sources.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openwfe/openwfe/ -->
<dependency>
<groupId>org.openwfe</groupId>
<artifactId>openwfe</artifactId>
<version>apre-1.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openwfe/openwfe/
implementation 'org.openwfe:openwfe:apre-1.7.2'
// https://jarcasting.com/artifacts/org.openwfe/openwfe/
implementation ("org.openwfe:openwfe:apre-1.7.2")
'org.openwfe:openwfe:jar:apre-1.7.2'
<dependency org="org.openwfe" name="openwfe" rev="apre-1.7.2">
<artifact name="openwfe" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openwfe', module='openwfe', version='apre-1.7.2')
)
libraryDependencies += "org.openwfe" % "openwfe" % "apre-1.7.2"
[org.openwfe/openwfe "apre-1.7.2"]