Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.core |
ArtifactId | ArtifactIdwildfly-patching |
Version | Version2.2.0.CR8 |
Type | Typejar |
Filename | Size |
---|---|
wildfly-patching-2.2.0.CR8.pom | |
wildfly-patching-2.2.0.CR8.jar | 440 KB |
wildfly-patching-2.2.0.CR8-tests.jar | 171 KB |
wildfly-patching-2.2.0.CR8-sources.jar | 253 KB |
wildfly-patching-2.2.0.CR8-javadoc.jar | 747 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.core/wildfly-patching/ -->
<dependency>
<groupId>org.wildfly.core</groupId>
<artifactId>wildfly-patching</artifactId>
<version>2.2.0.CR8</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-patching/
implementation 'org.wildfly.core:wildfly-patching:2.2.0.CR8'
// https://jarcasting.com/artifacts/org.wildfly.core/wildfly-patching/
implementation ("org.wildfly.core:wildfly-patching:2.2.0.CR8")
'org.wildfly.core:wildfly-patching:jar:2.2.0.CR8'
<dependency org="org.wildfly.core" name="wildfly-patching" rev="2.2.0.CR8">
<artifact name="wildfly-patching" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.core', module='wildfly-patching', version='2.2.0.CR8')
)
libraryDependencies += "org.wildfly.core" % "wildfly-patching" % "2.2.0.CR8"
[org.wildfly.core/wildfly-patching "2.2.0.CR8"]