GroupId | GroupIdcom.enterprisemath |
---|---|
ArtifactId | ArtifactIdem-utils |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
em-utils-1.1.0.pom | |
em-utils-1.1.0.jar | 50 KB |
em-utils-1.1.0-sources.jar | 30 KB |
em-utils-1.1.0-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.enterprisemath/em-utils/ -->
<dependency>
<groupId>com.enterprisemath</groupId>
<artifactId>em-utils</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.enterprisemath/em-utils/
implementation 'com.enterprisemath:em-utils:1.1.0'
// https://jarcasting.com/artifacts/com.enterprisemath/em-utils/
implementation ("com.enterprisemath:em-utils:1.1.0")
'com.enterprisemath:em-utils:jar:1.1.0'
<dependency org="com.enterprisemath" name="em-utils" rev="1.1.0">
<artifact name="em-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.enterprisemath', module='em-utils', version='1.1.0')
)
libraryDependencies += "com.enterprisemath" % "em-utils" % "1.1.0"
[com.enterprisemath/em-utils "1.1.0"]