GroupId | GroupIdcom.puresoltechnologies.parsers |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
test-0.3.0.pom | |
test-0.3.0.jar | 4 KB |
test-0.3.0-sources.jar | 2 KB |
test-0.3.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.puresoltechnologies.parsers/test/ -->
<dependency>
<groupId>com.puresoltechnologies.parsers</groupId>
<artifactId>test</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.puresoltechnologies.parsers/test/
implementation 'com.puresoltechnologies.parsers:test:0.3.0'
// https://jarcasting.com/artifacts/com.puresoltechnologies.parsers/test/
implementation ("com.puresoltechnologies.parsers:test:0.3.0")
'com.puresoltechnologies.parsers:test:jar:0.3.0'
<dependency org="com.puresoltechnologies.parsers" name="test" rev="0.3.0">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.puresoltechnologies.parsers', module='test', version='0.3.0')
)
libraryDependencies += "com.puresoltechnologies.parsers" % "test" % "0.3.0"
[com.puresoltechnologies.parsers/test "0.3.0"]