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