GroupId | GroupIdcom.jparams |
---|---|
ArtifactId | ArtifactIdto-string-tester |
Version | Version1.0.4 |
Type | Typejar |
Filename | Size |
---|---|
to-string-tester-1.0.4.pom | |
to-string-tester-1.0.4.jar | 29 KB |
to-string-tester-1.0.4-tests.jar | 27 KB |
to-string-tester-1.0.4-sources.jar | 15 KB |
to-string-tester-1.0.4-javadoc.jar | 114 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.jparams/to-string-tester/ -->
<dependency>
<groupId>com.jparams</groupId>
<artifactId>to-string-tester</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.jparams/to-string-tester/
implementation 'com.jparams:to-string-tester:1.0.4'
// https://jarcasting.com/artifacts/com.jparams/to-string-tester/
implementation ("com.jparams:to-string-tester:1.0.4")
'com.jparams:to-string-tester:jar:1.0.4'
<dependency org="com.jparams" name="to-string-tester" rev="1.0.4">
<artifact name="to-string-tester" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jparams', module='to-string-tester', version='1.0.4')
)
libraryDependencies += "com.jparams" % "to-string-tester" % "1.0.4"
[com.jparams/to-string-tester "1.0.4"]