License |
License |
---|---|
GroupId | GroupIdcom.github.ryanbrainard |
ArtifactId | ArtifactIdshoehorn |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionShoehorn
A Java Agent for mapping OS environment variables to Java system properties
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
shoehorn-0.1.pom | |
shoehorn-0.1.jar | 5 KB |
shoehorn-0.1-sources.jar | 1 KB |
shoehorn-0.1-javadoc.jar | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ryanbrainard/shoehorn/ -->
<dependency>
<groupId>com.github.ryanbrainard</groupId>
<artifactId>shoehorn</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ryanbrainard/shoehorn/
implementation 'com.github.ryanbrainard:shoehorn:0.1'
// https://jarcasting.com/artifacts/com.github.ryanbrainard/shoehorn/
implementation ("com.github.ryanbrainard:shoehorn:0.1")
'com.github.ryanbrainard:shoehorn:jar:0.1'
<dependency org="com.github.ryanbrainard" name="shoehorn" rev="0.1">
<artifact name="shoehorn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ryanbrainard', module='shoehorn', version='0.1')
)
libraryDependencies += "com.github.ryanbrainard" % "shoehorn" % "0.1"
[com.github.ryanbrainard/shoehorn "0.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.9 |
com.google.guava : guava-collections | jar | r03 |