GroupId | GroupIdcom.github.smokestack |
---|---|
ArtifactId | ArtifactIdsmokestack-common |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionSmokestack Common
Smokestack Common implements common functionality.
|
Filename | Size |
---|---|
smokestack-common-0.1.pom | |
smokestack-common-0.1.jar | 3 KB |
smokestack-common-0.1-sources.jar | 1 KB |
smokestack-common-0.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.smokestack/smokestack-common/ -->
<dependency>
<groupId>com.github.smokestack</groupId>
<artifactId>smokestack-common</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.smokestack/smokestack-common/
implementation 'com.github.smokestack:smokestack-common:0.1'
// https://jarcasting.com/artifacts/com.github.smokestack/smokestack-common/
implementation ("com.github.smokestack:smokestack-common:0.1")
'com.github.smokestack:smokestack-common:jar:0.1'
<dependency org="com.github.smokestack" name="smokestack-common" rev="0.1">
<artifact name="smokestack-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.smokestack', module='smokestack-common', version='0.1')
)
libraryDependencies += "com.github.smokestack" % "smokestack-common" % "0.1"
[com.github.smokestack/smokestack-common "0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | ${junit.version} |