Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.core |
ArtifactId | ArtifactIdwildfly-patching |
Version | Version1.0.0.CR7 |
Type | Typejar |
Filename | Size |
---|---|
wildfly-patching-1.0.0.CR7.pom | |
wildfly-patching-1.0.0.CR7.jar | 396 KB |
wildfly-patching-1.0.0.CR7-tests.jar | 153 KB |
wildfly-patching-1.0.0.CR7-sources.jar | 228 KB |
wildfly-patching-1.0.0.CR7-javadoc.jar | 668 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.core/wildfly-patching/ -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-patching</artifactId>
<version>1.0.0.CR7</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-patching/
implementation 'org.wildfly.core:wildfly-patching:1.0.0.CR7'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-patching/
implementation ("org.wildfly.core:wildfly-patching:1.0.0.CR7")
'org.wildfly.core:wildfly-patching:jar:1.0.0.CR7'
<dependency org="org.wildfly.core" name="wildfly-patching" rev="1.0.0.CR7">
<artifact name="wildfly-patching" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-patching', version='1.0.0.CR7')
)
libraryDependencies += "org.wildfly.core" % "wildfly-patching" % "1.0.0.CR7"
[org.wildfly.core/wildfly-patching "1.0.0.CR7"]