Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.luketebbs.uniform |
ArtifactId | ArtifactIdcommon-web_2.11 |
Version | Version0.4.9 |
Type | Typejar |
Filename | Size |
---|---|
common-web_2.11-0.4.9.pom | |
common-web_2.11-0.4.9.jar | 155 KB |
common-web_2.11-0.4.9-sources.jar | 6 KB |
common-web_2.11-0.4.9-javadoc.jar | 433 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.luketebbs.uniform/common-web_2.11/ -->
<dependency>
<groupId>com.luketebbs.uniform</groupId>
<artifactId>common-web_2.11</artifactId>
<version>0.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.luketebbs.uniform/common-web_2.11/
implementation 'com.luketebbs.uniform:common-web_2.11:0.4.9'
// https://jarcasting.com/artifacts/com.luketebbs.uniform/common-web_2.11/
implementation ("com.luketebbs.uniform:common-web_2.11:0.4.9")
'com.luketebbs.uniform:common-web_2.11:jar:0.4.9'
<dependency org="com.luketebbs.uniform" name="common-web_2.11" rev="0.4.9">
<artifact name="common-web_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.luketebbs.uniform', module='common-web_2.11', version='0.4.9')
)
libraryDependencies += "com.luketebbs.uniform" % "common-web_2.11" % "0.4.9"
[com.luketebbs.uniform/common-web_2.11 "0.4.9"]