License |
License |
---|---|
GroupId | GroupIdorg.objectweb.jonathan |
ArtifactId | ArtifactIdjonathan |
Last Version | Last Version3.0.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe Jonathan ORB framework
|
Project Organization |
Project OrganizationObjectWeb Consortium |
Filename | Size |
---|---|
jonathan-3.0.10.pom | |
jonathan-3.0.10.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.objectweb.jonathan/jonathan/ -->
<dependency>
<groupId>org.objectweb.jonathan</groupId>
<artifactId>jonathan</artifactId>
<version>3.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.objectweb.jonathan/jonathan/
implementation 'org.objectweb.jonathan:jonathan:3.0.10'
// https://jarcasting.com/artifacts/org.objectweb.jonathan/jonathan/
implementation ("org.objectweb.jonathan:jonathan:3.0.10")
'org.objectweb.jonathan:jonathan:jar:3.0.10'
<dependency org="org.objectweb.jonathan" name="jonathan" rev="3.0.10">
<artifact name="jonathan" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.objectweb.jonathan', module='jonathan', version='3.0.10')
)
libraryDependencies += "org.objectweb.jonathan" % "jonathan" % "3.0.10"
[org.objectweb.jonathan/jonathan "3.0.10"]