| Categories | CategoriesNet | 
|---|---|
| GroupId | GroupIdorg.jvnet.com4j | 
| ArtifactId | ArtifactIdcom4j | 
| Version | Version20080105 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| com4j-20080105.pom | |
| com4j-20080105.jar | 191 KB | 
| com4j-20080105-sources.jar | 42 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jvnet.com4j/com4j/ -->
<dependency>
    <groupId>org.jvnet.com4j</groupId>
    <artifactId>com4j</artifactId>
    <version>20080105</version>
</dependency>// https://jarcasting.com/artifacts/org.jvnet.com4j/com4j/
implementation 'org.jvnet.com4j:com4j:20080105'// https://jarcasting.com/artifacts/org.jvnet.com4j/com4j/
implementation ("org.jvnet.com4j:com4j:20080105")'org.jvnet.com4j:com4j:jar:20080105'<dependency org="org.jvnet.com4j" name="com4j" rev="20080105">
  <artifact name="com4j" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jvnet.com4j', module='com4j', version='20080105')
)libraryDependencies += "org.jvnet.com4j" % "com4j" % "20080105"[org.jvnet.com4j/com4j "20080105"]