GroupId | GroupIdcom.github.spoptchev |
---|---|
ArtifactId | ArtifactIdscientist |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
scientist-1.0.1.pom | |
scientist-1.0.1.jar | 54 KB |
scientist-1.0.1-sources.jar | 6 KB |
scientist-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.spoptchev/scientist/
implementation 'com.github.spoptchev:scientist:1.0.1'
// https://jarcasting.com/artifacts/com.github.spoptchev/scientist/
implementation ("com.github.spoptchev:scientist:1.0.1")
'com.github.spoptchev:scientist:jar:1.0.1'
<dependency org="com.github.spoptchev" name="scientist" rev="1.0.1">
<artifact name="scientist" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.spoptchev', module='scientist', version='1.0.1')
)
libraryDependencies += "com.github.spoptchev" % "scientist" % "1.0.1"
[com.github.spoptchev/scientist "1.0.1"]