| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.cedarsoft.commons.old |
| ArtifactId | ArtifactIdprovider |
| Last Version | Last Version4.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| provider-4.0.1.pom | |
| provider-4.0.1.jar | 4 KB |
| provider-4.0.1-tests.jar | 4 KB |
| provider-4.0.1-sources.jar | 5 KB |
| provider-4.0.1-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old/provider/ -->
<dependency>
<groupId>com.cedarsoft.commons.old</groupId>
<artifactId>provider</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/provider/
implementation 'com.cedarsoft.commons.old:provider:4.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old/provider/
implementation ("com.cedarsoft.commons.old:provider:4.0.1")
'com.cedarsoft.commons.old:provider:jar:4.0.1'
<dependency org="com.cedarsoft.commons.old" name="provider" rev="4.0.1">
<artifact name="provider" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old', module='provider', version='4.0.1')
)
libraryDependencies += "com.cedarsoft.commons.old" % "provider" % "4.0.1"
[com.cedarsoft.commons.old/provider "4.0.1"]