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