GroupId | GroupIdcom.linkedin.feathr |
---|---|
ArtifactId | ArtifactIdfeathr_2.12 |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
feathr_2.12-0.3.0.pom | |
feathr_2.12-0.3.0.jar | 2 MB |
feathr_2.12-0.3.0-sources.jar | 578 KB |
feathr_2.12-0.3.0-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.linkedin.feathr/feathr_2.12/ -->
<dependency>
<groupId>com.linkedin.feathr</groupId>
<artifactId>feathr_2.12</artifactId>
<version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.linkedin.feathr/feathr_2.12/
implementation 'com.linkedin.feathr:feathr_2.12:0.3.0'
// https://jarcasting.com/artifacts/com.linkedin.feathr/feathr_2.12/
implementation ("com.linkedin.feathr:feathr_2.12:0.3.0")
'com.linkedin.feathr:feathr_2.12:jar:0.3.0'
<dependency org="com.linkedin.feathr" name="feathr_2.12" rev="0.3.0">
<artifact name="feathr_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.linkedin.feathr', module='feathr_2.12', version='0.3.0')
)
libraryDependencies += "com.linkedin.feathr" % "feathr_2.12" % "0.3.0"
[com.linkedin.feathr/feathr_2.12 "0.3.0"]