GroupId | GroupIdcom.aggrepoint.framework |
---|---|
ArtifactId | ArtifactIdwinlet |
Version | Version1.0.9 |
Type | Typejar |
Filename | Size |
---|---|
winlet-1.0.9.pom | |
winlet-1.0.9.jar | 315 KB |
winlet-1.0.9-sources.jar | 199 KB |
winlet-1.0.9-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/ -->
<dependency>
<groupId>com.aggrepoint.framework</groupId>
<artifactId>winlet</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation 'com.aggrepoint.framework:winlet:1.0.9'
// https://jarcasting.com/artifacts/com.aggrepoint.framework/winlet/
implementation ("com.aggrepoint.framework:winlet:1.0.9")
'com.aggrepoint.framework:winlet:jar:1.0.9'
<dependency org="com.aggrepoint.framework" name="winlet" rev="1.0.9">
<artifact name="winlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aggrepoint.framework', module='winlet', version='1.0.9')
)
libraryDependencies += "com.aggrepoint.framework" % "winlet" % "1.0.9"
[com.aggrepoint.framework/winlet "1.0.9"]