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