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