| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.github.antonioazambuja |
| ArtifactId | ArtifactIdnoxus |
| Version | Version0.0.2-SNAPSHOTS |
| Type | Typejar |
| Description |
DescriptionNoxus - Riot API Java Client
Riot API Java Client.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| noxus-0.0.2-SNAPSHOTS.pom | |
| noxus-0.0.2-SNAPSHOTS.jar | 61 KB |
| noxus-0.0.2-SNAPSHOTS-sources.jar | 36 KB |
| noxus-0.0.2-SNAPSHOTS-javadoc.jar | 190 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.antonioazambuja/noxus/ -->
<dependency>
<groupId>com.github.antonioazambuja</groupId>
<artifactId>noxus</artifactId>
<version>0.0.2-SNAPSHOTS</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonioazambuja/noxus/
implementation 'com.github.antonioazambuja:noxus:0.0.2-SNAPSHOTS'
// https://jarcasting.com/artifacts/com.github.antonioazambuja/noxus/
implementation ("com.github.antonioazambuja:noxus:0.0.2-SNAPSHOTS")
'com.github.antonioazambuja:noxus:jar:0.0.2-SNAPSHOTS'
<dependency org="com.github.antonioazambuja" name="noxus" rev="0.0.2-SNAPSHOTS">
<artifact name="noxus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonioazambuja', module='noxus', version='0.0.2-SNAPSHOTS')
)
libraryDependencies += "com.github.antonioazambuja" % "noxus" % "0.0.2-SNAPSHOTS"
[com.github.antonioazambuja/noxus "0.0.2-SNAPSHOTS"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.mockito : mockito-core | jar | 2.7.22 |
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| org.springframework : spring-web | jar | 5.2.2.RELEASE |
| junit : junit | jar | 4.4 |