Categories |
CategoriesKotlin Languages |
---|---|
GroupId | GroupIdcom.github.stoyicker.test-accessors |
ArtifactId | ArtifactIdprocessor-kotlin |
Version | Version0.0.7 |
Type | Typejar |
Filename | Size |
---|---|
processor-kotlin-0.0.7.pom | |
processor-kotlin-0.0.7.jar | 24 KB |
processor-kotlin-0.0.7-sources.jar | 5 KB |
processor-kotlin-0.0.7-javadoc.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.stoyicker.test-accessors/processor-kotlin/ -->
<dependency>
<groupId>com.github.stoyicker.test-accessors</groupId>
<artifactId>processor-kotlin</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stoyicker.test-accessors/processor-kotlin/
implementation 'com.github.stoyicker.test-accessors:processor-kotlin:0.0.7'
// https://jarcasting.com/artifacts/com.github.stoyicker.test-accessors/processor-kotlin/
implementation ("com.github.stoyicker.test-accessors:processor-kotlin:0.0.7")
'com.github.stoyicker.test-accessors:processor-kotlin:jar:0.0.7'
<dependency org="com.github.stoyicker.test-accessors" name="processor-kotlin" rev="0.0.7">
<artifact name="processor-kotlin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stoyicker.test-accessors', module='processor-kotlin', version='0.0.7')
)
libraryDependencies += "com.github.stoyicker.test-accessors" % "processor-kotlin" % "0.0.7"
[com.github.stoyicker.test-accessors/processor-kotlin "0.0.7"]