GroupId | GroupIdcom.github.katjahahn |
---|---|
ArtifactId | ArtifactIdportex_2.10 |
Version | Version2.0.8 |
Type | Typejar |
Filename | Size |
---|---|
portex_2.10-2.0.8.pom | |
portex_2.10-2.0.8.jar | 1 MB |
portex_2.10-2.0.8-sources.jar | 440 KB |
portex_2.10-2.0.8-javadoc.jar | 575 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.katjahahn/portex_2.10/ -->
<dependency>
<groupId>com.github.katjahahn</groupId>
<artifactId>portex_2.10</artifactId>
<version>2.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.katjahahn/portex_2.10/
implementation 'com.github.katjahahn:portex_2.10:2.0.8'
// https://jarcasting.com/artifacts/com.github.katjahahn/portex_2.10/
implementation ("com.github.katjahahn:portex_2.10:2.0.8")
'com.github.katjahahn:portex_2.10:jar:2.0.8'
<dependency org="com.github.katjahahn" name="portex_2.10" rev="2.0.8">
<artifact name="portex_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.katjahahn', module='portex_2.10', version='2.0.8')
)
libraryDependencies += "com.github.katjahahn" % "portex_2.10" % "2.0.8"
[com.github.katjahahn/portex_2.10 "2.0.8"]