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