| Categories |
CategoriesWildFly Container Application Servers |
|---|---|
| GroupId | GroupIdit.vige.wildfly |
| ArtifactId | ArtifactIdclass-loading |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| class-loading-1.0.1.pom | 530 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/it.vige.wildfly/class-loading/ -->
<dependency>
<groupId>it.vige.wildfly</groupId>
<artifactId>class-loading</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.vige.wildfly/class-loading/
implementation 'it.vige.wildfly:class-loading:1.0.1'
// https://jarcasting.com/artifacts/it.vige.wildfly/class-loading/
implementation ("it.vige.wildfly:class-loading:1.0.1")
'it.vige.wildfly:class-loading:pom:1.0.1'
<dependency org="it.vige.wildfly" name="class-loading" rev="1.0.1">
<artifact name="class-loading" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.vige.wildfly', module='class-loading', version='1.0.1')
)
libraryDependencies += "it.vige.wildfly" % "class-loading" % "1.0.1"
[it.vige.wildfly/class-loading "1.0.1"]