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