| Categories |
CategoriesGlassFish Container Application Servers |
|---|---|
| GroupId | GroupIdcom.sun.corba |
| ArtifactId | ArtifactIdglassfish-corba-newtimer |
| Version | Version3.1.0-b023 |
| Type | Typejar |
| Filename | Size |
|---|---|
| glassfish-corba-newtimer-3.1.0-b023.pom | |
| glassfish-corba-newtimer-3.1.0-b023.jar | 104 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.corba/glassfish-corba-newtimer/ -->
<dependency>
<groupId>com.sun.corba</groupId>
<artifactId>glassfish-corba-newtimer</artifactId>
<version>3.1.0-b023</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.corba/glassfish-corba-newtimer/
implementation 'com.sun.corba:glassfish-corba-newtimer:3.1.0-b023'
// https://jarcasting.com/artifacts/com.sun.corba/glassfish-corba-newtimer/
implementation ("com.sun.corba:glassfish-corba-newtimer:3.1.0-b023")
'com.sun.corba:glassfish-corba-newtimer:jar:3.1.0-b023'
<dependency org="com.sun.corba" name="glassfish-corba-newtimer" rev="3.1.0-b023">
<artifact name="glassfish-corba-newtimer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.corba', module='glassfish-corba-newtimer', version='3.1.0-b023')
)
libraryDependencies += "com.sun.corba" % "glassfish-corba-newtimer" % "3.1.0-b023"
[com.sun.corba/glassfish-corba-newtimer "3.1.0-b023"]