GroupId | GroupIdcom.github.tbje |
---|---|
ArtifactId | ArtifactIdfacelift_2.11 |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
facelift_2.11-0.1.pom | |
facelift_2.11-0.1.jar | 2 MB |
facelift_2.11-0.1-sources.jar | 40 KB |
facelift_2.11-0.1-javadoc.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tbje/facelift_2.11/ -->
<dependency>
<groupId>com.github.tbje</groupId>
<artifactId>facelift_2.11</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tbje/facelift_2.11/
implementation 'com.github.tbje:facelift_2.11:0.1'
// https://jarcasting.com/artifacts/com.github.tbje/facelift_2.11/
implementation ("com.github.tbje:facelift_2.11:0.1")
'com.github.tbje:facelift_2.11:jar:0.1'
<dependency org="com.github.tbje" name="facelift_2.11" rev="0.1">
<artifact name="facelift_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tbje', module='facelift_2.11', version='0.1')
)
libraryDependencies += "com.github.tbje" % "facelift_2.11" % "0.1"
[com.github.tbje/facelift_2.11 "0.1"]