| GroupId | GroupIdcom.github.anhem |
|---|---|
| ArtifactId | ArtifactIdtest-populator |
| Version | Version0.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| test-populator-0.1.5.pom | |
| test-populator-0.1.5.jar | 27 KB |
| test-populator-0.1.5-sources.jar | 13 KB |
| test-populator-0.1.5-javadoc.jar | 444 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.anhem/test-populator/ -->
<dependency>
<groupId>com.github.anhem</groupId>
<artifactId>test-populator</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.anhem/test-populator/
implementation 'com.github.anhem:test-populator:0.1.5'
// https://jarcasting.com/artifacts/com.github.anhem/test-populator/
implementation ("com.github.anhem:test-populator:0.1.5")
'com.github.anhem:test-populator:jar:0.1.5'
<dependency org="com.github.anhem" name="test-populator" rev="0.1.5">
<artifact name="test-populator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.anhem', module='test-populator', version='0.1.5')
)
libraryDependencies += "com.github.anhem" % "test-populator" % "0.1.5"
[com.github.anhem/test-populator "0.1.5"]