License |
License |
---|---|
GroupId | GroupIdcom.github.stephanenicolas |
ArtifactId | ArtifactIdtoothpick-compiler |
Version | Version1.0.0-RC1 |
Type | Typejar |
Description |
DescriptionToothpick Compiler
'Annotation Processors of toothpick'
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick-compiler/ -->
<dependency>
<groupId>com.github.stephanenicolas</groupId>
<artifactId>toothpick-compiler</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick-compiler/
implementation 'com.github.stephanenicolas:toothpick-compiler:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.stephanenicolas/toothpick-compiler/
implementation ("com.github.stephanenicolas:toothpick-compiler:1.0.0-RC1")
'com.github.stephanenicolas:toothpick-compiler:jar:1.0.0-RC1'
<dependency org="com.github.stephanenicolas" name="toothpick-compiler" rev="1.0.0-RC1">
<artifact name="toothpick-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephanenicolas', module='toothpick-compiler', version='1.0.0-RC1')
)
libraryDependencies += "com.github.stephanenicolas" % "toothpick-compiler" % "1.0.0-RC1"
[com.github.stephanenicolas/toothpick-compiler "1.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
com.squareup : javapoet | jar | 1.4.0 |
javax.inject : javax.inject | jar | 1 |
com.github.stephanenicolas : toothpick-generated-core | jar | 1.0.0-RC1 |
Group / Artifact | Type | Version |
---|---|---|
com.google.truth : truth | jar | 0.27 |
junit : junit | jar | 4.12 |
com.google.testing.compile : compile-testing | jar | 0.7 |