| License | License | 
|---|---|
| Categories | CategoriesNet CLI User Interface | 
| GroupId | GroupIdorg.eclipse.wst.internet.monitor | 
| ArtifactId | ArtifactIdcore | 
| Version | Version1.0.203-v20070608 | 
| Type | Typejar | 
| Description | DescriptionMonitor | 
| Filename | Size | 
|---|---|
| core-1.0.203-v20070608.pom | |
| core-1.0.203-v20070608.jar | 56 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.eclipse.wst.internet.monitor/core/ -->
<dependency>
    <groupId>org.eclipse.wst.internet.monitor</groupId>
    <artifactId>core</artifactId>
    <version>1.0.203-v20070608</version>
</dependency>// https://jarcasting.com/artifacts/org.eclipse.wst.internet.monitor/core/
implementation 'org.eclipse.wst.internet.monitor:core:1.0.203-v20070608'// https://jarcasting.com/artifacts/org.eclipse.wst.internet.monitor/core/
implementation ("org.eclipse.wst.internet.monitor:core:1.0.203-v20070608")'org.eclipse.wst.internet.monitor:core:jar:1.0.203-v20070608'<dependency org="org.eclipse.wst.internet.monitor" name="core" rev="1.0.203-v20070608">
  <artifact name="core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eclipse.wst.internet.monitor', module='core', version='1.0.203-v20070608')
)libraryDependencies += "org.eclipse.wst.internet.monitor" % "core" % "1.0.203-v20070608"[org.eclipse.wst.internet.monitor/core "1.0.203-v20070608"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.eclipse.core : runtime | jar | [3.2.0,4.0.0) |