| GroupId | GroupIdcom.github.mrstampy |
|---|---|
| ArtifactId | ArtifactIdKitchenSync-core |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| KitchenSync-core-2.0.pom | |
| KitchenSync-core-2.0.jar | 56 KB |
| KitchenSync-core-2.0-sources.jar | 51 KB |
| KitchenSync-core-2.0-javadoc.jar | 195 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrstampy/KitchenSync-core/ -->
<dependency>
<groupId>com.github.mrstampy</groupId>
<artifactId>KitchenSync-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrstampy/KitchenSync-core/
implementation 'com.github.mrstampy:KitchenSync-core:2.0'
// https://jarcasting.com/artifacts/com.github.mrstampy/KitchenSync-core/
implementation ("com.github.mrstampy:KitchenSync-core:2.0")
'com.github.mrstampy:KitchenSync-core:jar:2.0'
<dependency org="com.github.mrstampy" name="KitchenSync-core" rev="2.0">
<artifact name="KitchenSync-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrstampy', module='KitchenSync-core', version='2.0')
)
libraryDependencies += "com.github.mrstampy" % "KitchenSync-core" % "2.0"
[com.github.mrstampy/KitchenSync-core "2.0"]