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