| License |
License |
|---|---|
| GroupId | GroupIdorg.jtrfp |
| ArtifactId | ArtifactIdjtrfp |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionjtrfp
Java tools and file parsers for Terminal Reality games
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jtrfp-0.1.0.pom | |
| jtrfp-0.1.0.jar | 129 KB |
| jtrfp-0.1.0-sources.jar | 134 KB |
| jtrfp-0.1.0-javadoc.jar | 822 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jtrfp/jtrfp/ -->
<dependency>
<groupId>org.jtrfp</groupId>
<artifactId>jtrfp</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jtrfp/jtrfp/
implementation 'org.jtrfp:jtrfp:0.1.0'
// https://jarcasting.com/artifacts/org.jtrfp/jtrfp/
implementation ("org.jtrfp:jtrfp:0.1.0")
'org.jtrfp:jtrfp:jar:0.1.0'
<dependency org="org.jtrfp" name="jtrfp" rev="0.1.0">
<artifact name="jtrfp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jtrfp', module='jtrfp', version='0.1.0')
)
libraryDependencies += "org.jtrfp" % "jtrfp" % "0.1.0"
[org.jtrfp/jtrfp "0.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |