| GroupId | GroupIdcom.github.bartlomiej-gora |
|---|---|
| ArtifactId | ArtifactIdRPNLibrary |
| Version | Version3.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| RPNLibrary-3.1.0.pom | |
| RPNLibrary-3.1.0.jar | 24 KB |
| RPNLibrary-3.1.0-sources.jar | 30 KB |
| RPNLibrary-3.1.0-javadoc.jar | 183 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bartlomiej-gora/RPNLibrary/ -->
<dependency>
<groupId>com.github.bartlomiej-gora</groupId>
<artifactId>RPNLibrary</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bartlomiej-gora/RPNLibrary/
implementation 'com.github.bartlomiej-gora:RPNLibrary:3.1.0'
// https://jarcasting.com/artifacts/com.github.bartlomiej-gora/RPNLibrary/
implementation ("com.github.bartlomiej-gora:RPNLibrary:3.1.0")
'com.github.bartlomiej-gora:RPNLibrary:jar:3.1.0'
<dependency org="com.github.bartlomiej-gora" name="RPNLibrary" rev="3.1.0">
<artifact name="RPNLibrary" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bartlomiej-gora', module='RPNLibrary', version='3.1.0')
)
libraryDependencies += "com.github.bartlomiej-gora" % "RPNLibrary" % "3.1.0"
[com.github.bartlomiej-gora/RPNLibrary "3.1.0"]