| License |
License |
|---|---|
| GroupId | GroupIdcom.github.tasubo |
| ArtifactId | ArtifactIdjgmp |
| Version | Version1.7 |
| Type | Typejar |
| Description |
DescriptionjGMP
Java library for Google's Measurement Protocol.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jgmp-1.7.pom | |
| jgmp-1.7.jar | 57 KB |
| jgmp-1.7-sources.jar | 18 KB |
| jgmp-1.7-javadoc.jar | 206 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.tasubo/jgmp/ -->
<dependency>
<groupId>com.github.tasubo</groupId>
<artifactId>jgmp</artifactId>
<version>1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tasubo/jgmp/
implementation 'com.github.tasubo:jgmp:1.7'
// https://jarcasting.com/artifacts/com.github.tasubo/jgmp/
implementation ("com.github.tasubo:jgmp:1.7")
'com.github.tasubo:jgmp:jar:1.7'
<dependency org="com.github.tasubo" name="jgmp" rev="1.7">
<artifact name="jgmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tasubo', module='jgmp', version='1.7')
)
libraryDependencies += "com.github.tasubo" % "jgmp" % "1.7"
[com.github.tasubo/jgmp "1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| org.mutabilitydetector : MutabilityDetector | jar | 0.9 |
| org.mockito : mockito-core | jar | 1.9.5 |