License |
License |
---|---|
GroupId | GroupIdcom.github.jasonruckman |
ArtifactId | ArtifactIdsidney-core |
Version | Version0.2.2 |
Type | Typejar |
Description |
DescriptionSidney: A columnar serializer.
|
Filename | Size |
---|---|
sidney-core-0.2.2.pom | |
sidney-core-0.2.2.jar | 3 MB |
sidney-core-0.2.2-tests.jar | 96 KB |
sidney-core-0.2.2-sources.jar | 273 KB |
sidney-core-0.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jasonruckman/sidney-core/
implementation 'com.github.jasonruckman:sidney-core:0.2.2'
// https://jarcasting.com/artifacts/com.github.jasonruckman/sidney-core/
implementation ("com.github.jasonruckman:sidney-core:0.2.2")
'com.github.jasonruckman:sidney-core:jar:0.2.2'
<dependency org="com.github.jasonruckman" name="sidney-core" rev="0.2.2">
<artifact name="sidney-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jasonruckman', module='sidney-core', version='0.2.2')
)
libraryDependencies += "com.github.jasonruckman" % "sidney-core" % "0.2.2"
[com.github.jasonruckman/sidney-core "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.slf4j : slf4j-simple | jar | 1.7.7 |