Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdcom.netflix.devinsight |
ArtifactId | ArtifactIdjava-source-refactor |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.devinsight/java-source-refactor/ -->
<dependency>
<groupId>com.netflix.devinsight</groupId>
<artifactId>java-source-refactor</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.devinsight/java-source-refactor/
implementation 'com.netflix.devinsight:java-source-refactor:0.5.0'
// https://jarcasting.com/artifacts/com.netflix.devinsight/java-source-refactor/
implementation ("com.netflix.devinsight:java-source-refactor:0.5.0")
'com.netflix.devinsight:java-source-refactor:jar:0.5.0'
<dependency org="com.netflix.devinsight" name="java-source-refactor" rev="0.5.0">
<artifact name="java-source-refactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.devinsight', module='java-source-refactor', version='0.5.0')
)
libraryDependencies += "com.netflix.devinsight" % "java-source-refactor" % "0.5.0"
[com.netflix.devinsight/java-source-refactor "0.5.0"]