GroupId | GroupIdeu.stamp-project |
---|---|
ArtifactId | ArtifactIdassert-fixer |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
assert-fixer-1.0.3.pom | |
assert-fixer-1.0.3.jar | 42 KB |
assert-fixer-1.0.3-sources.jar | 16 KB |
assert-fixer-1.0.3-javadoc.jar | 98 KB |
assert-fixer-1.0.3-jar-with-dependencies.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stamp-project/assert-fixer/ -->
<dependency>
<groupId>eu.stamp-project</groupId>
<artifactId>assert-fixer</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stamp-project/assert-fixer/
implementation 'eu.stamp-project:assert-fixer:1.0.3'
// https://jarcasting.com/artifacts/eu.stamp-project/assert-fixer/
implementation ("eu.stamp-project:assert-fixer:1.0.3")
'eu.stamp-project:assert-fixer:jar:1.0.3'
<dependency org="eu.stamp-project" name="assert-fixer" rev="1.0.3">
<artifact name="assert-fixer" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stamp-project', module='assert-fixer', version='1.0.3')
)
libraryDependencies += "eu.stamp-project" % "assert-fixer" % "1.0.3"
[eu.stamp-project/assert-fixer "1.0.3"]