GroupId | GroupIdcom.github.spoptchev |
---|---|
ArtifactId | ArtifactIdscientist |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
scientist-1.0.0.pom | |
scientist-1.0.0.jar | 55 KB |
scientist-1.0.0-sources.jar | 6 KB |
scientist-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.spoptchev/scientist/ -->
<dependency>
<groupId>com.github.spoptchev</groupId>
<artifactId>scientist</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spoptchev/scientist/
implementation 'com.github.spoptchev:scientist:1.0.0'
// https://jarcasting.com/artifacts/com.github.spoptchev/scientist/
implementation ("com.github.spoptchev:scientist:1.0.0")
'com.github.spoptchev:scientist:jar:1.0.0'
<dependency org="com.github.spoptchev" name="scientist" rev="1.0.0">
<artifact name="scientist" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spoptchev', module='scientist', version='1.0.0')
)
libraryDependencies += "com.github.spoptchev" % "scientist" % "1.0.0"
[com.github.spoptchev/scientist "1.0.0"]