Categories |
CategoriesJava Languages Net |
---|---|
GroupId | GroupIdcom.netflix.devinsight |
ArtifactId | ArtifactIdjava-source-refactor |
Version | Version0.3.3 |
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.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.devinsight/java-source-refactor/
implementation 'com.netflix.devinsight:java-source-refactor:0.3.3'
// https://jarcasting.com/artifacts/com.netflix.devinsight/java-source-refactor/
implementation ("com.netflix.devinsight:java-source-refactor:0.3.3")
'com.netflix.devinsight:java-source-refactor:jar:0.3.3'
<dependency org="com.netflix.devinsight" name="java-source-refactor" rev="0.3.3">
<artifact name="java-source-refactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.devinsight', module='java-source-refactor', version='0.3.3')
)
libraryDependencies += "com.netflix.devinsight" % "java-source-refactor" % "0.3.3"
[com.netflix.devinsight/java-source-refactor "0.3.3"]