Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly.extras.patch |
ArtifactId | ArtifactIdfuse-patch-core |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
fuse-patch-core-1.3.0.pom | |
fuse-patch-core-1.3.0.jar | 53 KB |
fuse-patch-core-1.3.0-sources.jar | 33 KB |
fuse-patch-core-1.3.0-javadoc.jar | 106 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-core/ -->
<dependency>
<groupId>org.wildfly.extras.patch</groupId>
<artifactId>fuse-patch-core</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-core/
implementation 'org.wildfly.extras.patch:fuse-patch-core:1.3.0'
// https://jarcasting.com/artifacts/org.wildfly.extras.patch/fuse-patch-core/
implementation ("org.wildfly.extras.patch:fuse-patch-core:1.3.0")
'org.wildfly.extras.patch:fuse-patch-core:jar:1.3.0'
<dependency org="org.wildfly.extras.patch" name="fuse-patch-core" rev="1.3.0">
<artifact name="fuse-patch-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly.extras.patch', module='fuse-patch-core', version='1.3.0')
)
libraryDependencies += "org.wildfly.extras.patch" % "fuse-patch-core" % "1.3.0"
[org.wildfly.extras.patch/fuse-patch-core "1.3.0"]