Categories |
CategoriesWildFly Container Application Servers |
---|---|
GroupId | GroupIdorg.wildfly |
ArtifactId | ArtifactIdwildfly-jacorb |
Version | Version10.0.0.CR4 |
Type | Typejar |
Filename | Size |
---|---|
wildfly-jacorb-10.0.0.CR4.pom | |
wildfly-jacorb-10.0.0.CR4.jar | 121 KB |
wildfly-jacorb-10.0.0.CR4-sources.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wildfly/wildfly-jacorb/ -->
<dependency>
<groupId>org.wildfly</groupId>
<artifactId>wildfly-jacorb</artifactId>
<version>10.0.0.CR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.wildfly/wildfly-jacorb/
implementation 'org.wildfly:wildfly-jacorb:10.0.0.CR4'
// https://jarcasting.com/artifacts/org.wildfly/wildfly-jacorb/
implementation ("org.wildfly:wildfly-jacorb:10.0.0.CR4")
'org.wildfly:wildfly-jacorb:jar:10.0.0.CR4'
<dependency org="org.wildfly" name="wildfly-jacorb" rev="10.0.0.CR4">
<artifact name="wildfly-jacorb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wildfly', module='wildfly-jacorb', version='10.0.0.CR4')
)
libraryDependencies += "org.wildfly" % "wildfly-jacorb" % "10.0.0.CR4"
[org.wildfly/wildfly-jacorb "10.0.0.CR4"]