| GroupId | GroupIdhm.binkley |
|---|---|
| ArtifactId | ArtifactIdbinkley-corba |
| Version | Version0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| binkley-corba-0.5.pom | |
| binkley-corba-0.5.jar | 4 KB |
| binkley-corba-0.5-test-sources.jar | 22 KB |
| binkley-corba-0.5-test-javadoc.jar | 112 KB |
| binkley-corba-0.5-sources.jar | 2 KB |
| binkley-corba-0.5-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/hm.binkley/binkley-corba/ -->
<dependency>
<groupId>hm.binkley</groupId>
<artifactId>binkley-corba</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/hm.binkley/binkley-corba/
implementation 'hm.binkley:binkley-corba:0.5'
// https://jarcasting.com/artifacts/hm.binkley/binkley-corba/
implementation ("hm.binkley:binkley-corba:0.5")
'hm.binkley:binkley-corba:jar:0.5'
<dependency org="hm.binkley" name="binkley-corba" rev="0.5">
<artifact name="binkley-corba" type="jar" />
</dependency>
@Grapes(
@Grab(group='hm.binkley', module='binkley-corba', version='0.5')
)
libraryDependencies += "hm.binkley" % "binkley-corba" % "0.5"
[hm.binkley/binkley-corba "0.5"]