GroupId | GroupIdcom.github.jasonruckman |
---|---|
ArtifactId | ArtifactIdsidney-core |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
sidney-core-0.2.1.pom | |
sidney-core-0.2.1.jar | 3 MB |
sidney-core-0.2.1-tests.jar | 82 KB |
sidney-core-0.2.1-sources.jar | 258 KB |
sidney-core-0.2.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jasonruckman/sidney-core/ -->
<dependency>
<groupId>com.github.jasonruckman</groupId>
<artifactId>sidney-core</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasonruckman/sidney-core/
implementation 'com.github.jasonruckman:sidney-core:0.2.1'
// https://jarcasting.com/artifacts/com.github.jasonruckman/sidney-core/
implementation ("com.github.jasonruckman:sidney-core:0.2.1")
'com.github.jasonruckman:sidney-core:jar:0.2.1'
<dependency org="com.github.jasonruckman" name="sidney-core" rev="0.2.1">
<artifact name="sidney-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasonruckman', module='sidney-core', version='0.2.1')
)
libraryDependencies += "com.github.jasonruckman" % "sidney-core" % "0.2.1"
[com.github.jasonruckman/sidney-core "0.2.1"]