| GroupId | GroupIdcom.portingle |
|---|---|
| ArtifactId | ArtifactIdclasspath-hell |
| Version | Version1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| classpath-hell-1.3.pom | |
| classpath-hell-1.3.jar | 35 KB |
| classpath-hell-1.3-sources.jar | 3 KB |
| classpath-hell-1.3-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.portingle/classpath-hell/ -->
<dependency>
<groupId>com.portingle</groupId>
<artifactId>classpath-hell</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.portingle/classpath-hell/
implementation 'com.portingle:classpath-hell:1.3'
// https://jarcasting.com/artifacts/com.portingle/classpath-hell/
implementation ("com.portingle:classpath-hell:1.3")
'com.portingle:classpath-hell:jar:1.3'
<dependency org="com.portingle" name="classpath-hell" rev="1.3">
<artifact name="classpath-hell" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.portingle', module='classpath-hell', version='1.3')
)
libraryDependencies += "com.portingle" % "classpath-hell" % "1.3"
[com.portingle/classpath-hell "1.3"]